home *** CD-ROM | disk | FTP | other *** search
- |
- | !Run file for !Process
- |
-
- Set Process$Dir <Obey$Dir>
-
- | RISC OS 3.10 is needed
- RMEnsure UtilityModule 3.10 Error You need RISC OS 3.10 to run !Process
-
- | Load some sprites
- IconSprites <Process$Dir>.!Sprites
- IconSprites <Process$Dir>.Sprites
-
- | AIM and CLEAR filetypes
- Set File$Type_004 AIM
- Set File$Type_690 Clear
-
- RMEnsure Process 1.10 RMLoad <Process$Dir>.Resources.ColourPro
-
- | Set the options, always lower case
- Set Process$Options -max2 -tools -pal -colour1 -mask
- Set Process$WindowTitle %%0:%%7.%%2.%%3 at %%8x%%9%%
-
- | Get some memory
- WimpSlot -min 224k -max 224k
-
- | And off we go
- Run <Process$Dir>.Resources.!Intro
- Run <Process$Dir>.!RunImage
-